home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GAMEROOT.PAK / BUILDALL.BAT
DOS Batch File  |  1997-05-06  |  951b  |  45 lines

  1. @echo off
  2. if /%mk%/ == // set mk=make
  3.  
  4. if exist blakjack\NUL    cd blakjack
  5. %mk% %1 %2 %3 %4
  6. if errorlevel 1 set err=1
  7. if exist ..\blakjack\NUL cd ..
  8.  
  9. if exist blocks\NUL     cd blocks
  10. %mk% %1 %2 %3 %4
  11. if errorlevel 1 set err=1
  12. if exist ..\blocks\NUL  cd ..
  13.  
  14. if exist chess\NUL      cd chess
  15. %mk% %1 %2 %3 %4
  16. if errorlevel 1 set err=1
  17. if exist ..\chess\NUL   cd ..
  18.  
  19. if exist cribbage\NUL   cd cribbage
  20. %mk% %1 %2 %3 %4
  21. if errorlevel 1 set err=1
  22. if exist ..\cribbage\NUL cd ..
  23.  
  24. if exist meteor\NUL     cd meteor
  25. %mk% %1 %2 %3 %4
  26. if errorlevel 1 set err=1
  27. if exist ..\meteor\NUL  cd ..
  28.  
  29. if exist swat\NUL       cd swat
  30. %mk% %1 %2 %3 %4
  31. if errorlevel 1 set err=1
  32. if exist ..\swat\NUL    cd ..
  33.  
  34. if exist ttt\NUL        cd ttt
  35. %mk% %1 %2 %3 %4
  36. if errorlevel 1 set err=1
  37. if exist ..\ttt\NUL     cd ..
  38.  
  39. if exist ttt2\NUL       cd ttt2
  40. %mk% %1 %2 %3 %4
  41. if errorlevel 1 set err=1
  42. if exist ..\ttt2\NUL    cd ..
  43.  
  44. :end
  45.